ShowTotal Property (Waterfall<T>)
In This Topic
Gets or sets a value that determines whether the show the total bar.
Syntax
'Declaration
Public Property ShowTotal As System.Boolean
'Usage
Dim instance As Waterfall(Of T)
Dim value As System.Boolean
instance.ShowTotal = value
value = instance.ShowTotal
public System.bool ShowTotal {get; set;}
public read-write property ShowTotal: System.Boolean;
public function get,set ShowTotal : System.boolean
public: __property System.bool get_ShowTotal();
public: __property void set_ShowTotal(
System.bool value
);
public:
property System.bool ShowTotal {
System.bool get();
void set ( System.bool value);
}
See Also